//==============================================================================
// gold mine_anim.txt
// Added a sound to the birth animation~WarriorMario
//==============================================================================


//==============================================================================
define birthdust
{
	set hotspot
   {
      version
      {
         Visualparticle SFX A Create Gold Dust
      }
   }
}

//==============================================================================
define sparkles
{
	set hotspot
   {
      version
      {
         Visualparticle World A Gold Sparkles
      }
   }
}
//==============================================================================
define Light
{
	set hotspot
   {
      version
      {
         Visual GoldLight2
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector none 
   {
      ResourceLogic 100 75 50 25
      set hotspot
      {
         version
         {
            Visual World A Gold 100
			Connect ATTACHPOINT Light hotspot
			Connect ATTACHPOINT sparkles hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual World A Gold 075
			Connect ATTACHPOINT sparkles hotspot
			Connect ATTACHPOINT Light hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual World A Gold 050
			Connect ATTACHPOINT sparkles hotspot
			Connect ATTACHPOINT Light hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual World A Gold 025
			Connect ATTACHPOINT sparkles hotspot
			Connect ATTACHPOINT Light hotspot
         }
      }
   }
}




//==============================================================================
anim Birth
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual World A Gold_birthA
			Connect ATTACHPOINT birthdust hotspot
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag SpecificSoundSet 0.00 false DwarvenMineBirth checkVisible 
			//-- end auto generated section
         }
      }
   }
}
